home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / proflex3.zip / PROMAIL.CFG < prev    next >
Text File  |  1992-11-25  |  2KB  |  57 lines

  1.  
  2. ;*****************************************************
  3. ;*                                                   *
  4. ;*            P R O M A I L . C F G                  *
  5. ;*                                                   *
  6. ;*   SAMPLE ProMail Mail Tosser Configuration File   *
  7. ;*****************************************************
  8.  
  9. ;  path & file name for FD style logfile
  10. ;  This should be the first option in the config file.
  11.    logpath promail.log
  12.  
  13. ;  fidonet address (The one you recieve mail under)
  14.    node 1:379/11
  15.    
  16. ;  path to inbound mail dir - where the mailer puts the mail
  17.    mailpath g:\borlandc\promail\inbound
  18.  
  19. ; Mailer type Binkley or Front Door
  20. ;  BINKLEY
  21.  FD
  22.  
  23.  
  24. ;  unpack mail  Note 3 character archiver type 
  25.    unpack ARC pkxarc -r $ARCNAME
  26.    unpack ZIP pkunzip -o $ARCNAME  
  27.  
  28. ;  line used for PACK mail 
  29.    pack ARC PKARC -m $ARCNAME $FILENAME
  30.    pack ZIP pkzip -m $ARCNAME $FILENAME
  31.  
  32. ;  bad echo area 
  33.    badecho g:\borlandc\promail\badones
  34.  
  35. ;  netmail area
  36.    netmail 1
  37.  
  38. ;  FD netmail dir ( where FD puts netmail messages)
  39.    FDnetdir g:\borlandc\promail\fdnet
  40.  
  41. ;  path to outbound mail
  42.    outbound g:\borlandc\promail\outbound
  43.  
  44. ;  To add areas not found in database: 
  45.    CREATEAREAS 
  46.  
  47.    FORWARD-INFO  SECTION ; this marks the forward section
  48.    ;FORMAT  
  49.    ;  NODE   ARCHIVE-TYPE [ PW PASSWORD] [ BT packet_type]
  50.    ; where archive type is NONE, ZIP, PAC ...
  51.    ; where packet_type  is NORMAL CRASH HOLD DIRECT
  52.     0:0/0   NONE BT NORMAL        ; the defaults
  53.     1:379/3 NONE 
  54.     1:379/13  ZIP  PW xyz BT HOLD
  55.     1:30797/1 ZIP  PW xyz BT CRASH
  56.     ;END-OF-FILE
  57.